CSharpTest.Net
DecodeBytes(Byte[],Int32,Int32) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Formatting Namespace > Safe64Encoding Class > DecodeBytes Method : DecodeBytes(Byte[],Int32,Int32) Method

input
start
length

Glossary Item Box

Decodes the ascii text from the bytes provided into the original byte array

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function DecodeBytes( _
   ByVal input() As Byte, _
   ByVal start As Integer, _
   ByVal length As Integer _
) As Byte()
C# 
public static byte[] DecodeBytes( 
   byte[] input,
   int start,
   int length
)

Parameters

input
start
length

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys